OnInputTextChangedListener

interface OnInputTextChangedListener

Interface definition for a callback to be invoked when a text of message input is changed. since 2.0.1

Functions

Link copied to clipboard
abstract fun onInputTextChanged(    @NonNull s: CharSequence,     start: Int,     before: Int,     count: Int)
This method is called to notify you that, within s, the count characters beginning at start have just replaced old text that had length before.